Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 12 - Draw Context Objects / Draw Context Objects Reference
Draw Context Objects Routines / Managing Draw Contexts


Q3DrawContext_SetData

You can use the Q3DrawContext_SetData function to set the data associated with a draw context.

TQ3Status Q3DrawContext_SetData (
TQ3DrawContextObject context, 
const TQ3DrawContextData *contextData);
context
A draw context object.
contextData
A pointer to a draw context data structure.
DESCRIPTION
The Q3DrawContext_SetData function sets the data associated with the draw context specified by the context parameter to that specified in the draw context data structure pointed to by the contextData parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996